fix: correct typo unkown -> unknown in v2/pkg/utils.go#131
Conversation
Fixes comment describing port status return values.
|
Hi @chainreactors maintainers 👋 Just checking in on this PR — it fixes a simple typo: |
|
Friendly ping! This PR has been waiting for review for a few days. Happy to make any changes if needed 🙏 |
|
Hi! Just checking in on this PR. Is there anything I can help with to move it forward? 🙂 |
|
Friendly ping — any update on this unkown→unknown typo fix? Happy to adjust if needed. 🙏 |
|
Hi, checking in on this PR. It's a 1-line comment fix (unkown→unknown in v2/pkg/utils.go:21). CI shows unrelated issues. Happy to make any adjustments if needed. Thank you! |
|
Hi! Just checking in on this PR. Happy to help with anything if needed. 🙂 |
|
Just checking in on this PR! Hope it can get reviewed soon. 👍 |
|
Hi @Jah-yee, thanks for taking the time to submit this PR and for your patience! 🙏 We appreciate you spotting the typo. However, we prefer to handle minor fixes like typos internally to keep our commit history clean. We'll take care of it in an upcoming commit. Thanks again for your contribution, and sorry for the late response! |
Description
Fix a typo in
v2/pkg/utils.go:21:unkownshould beunknown.Changes
v2/pkg/utils.go:21: 1 line changed in commentFixes issue #130.